.three_d_section {
  background: radial-gradient(
      circle at 20% center,             
      rgba(121, 34, 135, 0.4) 0%,
      rgba(18, 0, 38, 0.2) 40%,
      transparent 70%
    ),
    radial-gradient(
      circle at center,                
      rgba(104, 93, 234, 0.4) 0%,
      rgba(30, 20, 80, 0.4) 30%,
      rgba(10, 10, 30, 0.6) 60%,
      rgba(2, 4, 29, 1) 100%
    ),
    radial-gradient(
      circle at 85% center,            
      rgba(20, 50, 180, 0.2) 0%,
      rgba(0, 8, 30, 0.5) 60%,
      transparent 80%
    ),
    #0a0c14;                            
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 60px;
  color: white;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.three_d_section {
  animation: pulseGlow 10s ease-in-out infinite;
}




.three_d_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: auto;
  flex-wrap: nowrap;
  gap: 40px;
}

.three_d_left_wrapper {
  flex: 1;
  min-width: 420px;
}

.three_d_content {
  flex: 1;
}

.three_d_title {
  color: #d8c4ff4d;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 11vh;
  font-weight: 700;
  margin-top: 90px;
}


.three_d_subtext {
  font-size: 18px;
  color: #ccc;
  max-width: 85%;
}

.three_d_stats_wrapper {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.three_d_stat_box {
  background: rgba(255, 255, 255, 0.05);
  padding: 18px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.three_d_stat_box:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}
.three_d_stat_box h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}

.three_d_stat_box p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

.three_d_model_container {
  flex: 1;
  min-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.three_d_model_viewer {
  position: relative;
  width: 570px;
  height: 600px;
  transform: scale(1.1);
  transition: transform 0.4s ease;
}



.three_d_main {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.three_d_main.active {
  opacity: 1;
}

.three_d_variant {
  position: absolute;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  padding: 5px;
  border: 1px solid rgba(147, 112, 219, 0.5); 

  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.v1 { top: 80px; left: 0; }
.v2 { top: 190px; right: 0; }
.v3 { bottom: 20px; left: 0; }

.three_d_variant.zoom {
  transform: scale(1.2);
  z-index: 2;
}
.siz_1{
  width: 80%;
  margin-top: 40px;
  margin-left: 90px;
}

.siz_2{
  width: 80%;
  margin-top: 60px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  
  .three_d_container {
    flex-direction: column;       
    align-items: center;
    text-align: center;
  }

  .three_d_left_wrapper {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }

  .three_d_model_container {
    width: 100%;
    min-width: auto;
  }

  .three_d_model_viewer {
    width: 100%;
    max-width: 360px;
    height: auto;
    transform: scale(1);          
  }

  .three_d_title {
    font-size: 9vh;
    line-height: 10vh;
    margin-top: 0;
  }

  .three_d_stats_wrapper {
    flex-direction: column;       
    align-items: center;
  }

  .three_d_stat_box {
    width: 80%;
  }

  .three_d_variant {
    width: 60px;
    height: 60px;
  }

  .v1, .v2, .v3 {
    position: static;
    display: inline-block;
    margin: 10px;
  }
  .three_d_section {
  padding: 120px 20px;
}
.three_d_subtext {
    font-size: 17px;
    color: #ccc;
    max-width: 100%;
}
.siz_1{
  width: 80%;
  margin-top: 0px;
  margin-left: 0px;
}

.siz_2{
  width: 80%;
  margin-top: 0px;
  margin-left: 0px;
}


}

.three_d_create {
  background: #000;
  color: #fff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.create_container {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.create_heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.create_heading span {
  color: #0af;
}

.create_subtext {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 50px;
}

.create_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
}

.create_card {
  background: #111;
  border-radius: 16px;
  padding: 2rem;
  text-align: left;
  transition: box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.create_card:hover {
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.4);
}

.create_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #35b5ff, #248aff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}


.create_card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.create_card p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0;
}

.create_card a {
  color: #0af;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

.create_full_card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  box-shadow: 0 0 20px rgba(0, 170, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gradient_circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #9f7dff, #4facfe);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create_full_card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px; 
}


.create_full_card p {
  font-size: 14px;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}


.create_full_card .highlight {
    /* color: #0af; */
    background: linear-gradient(135deg, #0077FF, #00D4FF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 600px) {
  .create_full_card {
    padding: 2rem 1.5rem;
  }

  .create_full_card h3 {
    font-size: 1.25rem;
  }

  .gradient_circle {
    width: 50px;
    height: 50px;
  }
  .create_full_card .highlight {
    font-size: 23px;
}
}
.three_d_video-section {
  background: #000;
  color: #fff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.three_d_video-container {
  max-width: 1000px;
  margin: auto;
}

.three_d_video-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.three_d_video-stat_card {
  background: #111;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(0, 170, 255, 0.05);
}

.three_d_video-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #22c1c3, #3a8bff); /* Blue gradient */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px; /* center with spacing below */
  box-shadow: 0 0 10px rgba(58, 139, 255, 0.3);
}
.three_d_video-icon:hover {
  box-shadow: 0 0 15px rgba(58, 139, 255, 0.6);
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.three_d_video-heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.three_d_video-heading span {
  background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three_d_video-subtext {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
}

.three_d_video-stat_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.three_d_video-stat_card h3 span {
  color: #00aaff;
  font-size: 22px;
  font-weight: bold;
}

.three_d_video-stat_card p {
  font-size: 13px;
  color: #ccc;
}

/* Storytelling Block */
.three_d_video-story_block {
  display: flex;
  gap: 40px;
  background: #1a1a1a;
  padding: 40px 30px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(0, 170, 255, 0.05);
}

.three_d_video-story_text {
  flex: 1;
  min-width: 300px;
  margin-top: 35px;
}

.three_d_video-story_text h3 {
 font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.three_d_video-story_text h3 span {
  background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three_d_video-story_text ul {
  list-style: none;
  padding: 0;
}

.three_d_video-story_text li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 10px;
  color: #ccc;
}

.three_d_video-circle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 4px;
}

.three_d_video-story_text strong {
  font-weight: 600;
  color: #fff;
}

.three_d_video-story_video {
  background: #2a2a2a; /* dark gray background */
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.three_d_video-story_video video {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.three_d_video-story_video p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
  line-height: 1.5;
}

.three_d_video-story_video p span {
  color: #1ebeff;
  font-weight: 700;
  font-size: 20px;
}



@media (max-width: 768px) {
  .three_d_video-story_block {
    flex-direction: column;
    text-align: center;
  }

  .three_d_video-story_text {
    text-align: center;
  }

  .three_d_video-story_text li {
    justify-content: center;
  }

  .three_d_video-circle {
    margin-top: 0;
  }
  .three_d_video-story_video {
    padding: 16px;
    border-radius: 12px;
    font-size: 0.95rem;
  }
}
.three_d_journey_section {
  background: #000;
  color: #fff;
  padding: 20px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: relative;
}

.three_d_journey_main_title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.three_d_journey_main_title span {
  background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.three_d_journey_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

.three_d_journey_icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.three_d_journey_card_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  position: relative;
}

.three_d_journey_card_title::after {
  content: '';
  height: 2px;
  width: 100%;
  background: linear-gradient(to right,#292b2b , #1d1e1f);
  position: absolute;
  bottom: -65px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.three_d_journey_step.active .three_d_journey_card_title::after {
  opacity: 1;
}

.three_d_journey_subtext {
  font-size: 16px;
  color: #bbb;
  margin-bottom: 40px;
}

.three_d_journey_container {
  max-width: 900px;
  margin: auto;
  position: relative;
  border-left: 2px solid #1ea5ff;
}

.three_d_journey_timeline {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.three_d_journey_line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 89%;
  background: linear-gradient(to bottom, #00000000, #0077ff, #00000000);
  transform: translateX(-50%);
  z-index: 1;
}

.three_d_journey_steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.three_d_journey_step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}

.three_d_journey_step:nth-child(even) {
  flex-direction: row-reverse;
}

.three_d_journey_circle {
  background: #1ea5ff;
  color: white;
  font-weight: bold;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.three_d_journey_step.active .three_d_journey_circle {
  background: #ffffff;
  color: #1ea5ff;
  box-shadow: 0 0 0 4px rgba(30,165,255,0.3);
}

.three_d_journey_card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 20px;
  padding: 2rem;
  max-width: 400px;
  text-align: left;
  opacity: 0.5;
  transition: all 0.4s ease;
  transform: scale(0.95);
}

.three_d_journey_card h3 {
  color: white;
  font-size: 20px;
  margin: 0;
}

.three_d_journey_card p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

.three_d_journey_card.active {
  opacity: 1;
  border-color: #1ea5ff;
  box-shadow: 0 0 30px #0077ff4d;
  transform: scale(1);
}

.three_d_journey_detail {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  display: none;
  margin-top: 25px;
}

.three_d_journey_step.active .three_d_journey_card {
  border: 1px solid #1ea5ff;
}

.three_d_journey_step.active .three_d_journey_detail {
  display: block;
}
@media (max-width: 768px) {
  .three_d_journey_line {
    left: 25px;
    transform: translateX(0);
  }

  .three_d_journey_circle {
    left: 25px;
    transform: translateX(0);
  }

  .three_d_journey_step {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .three_d_journey_card {
    margin-left: 60px;
  }
}



.three_d_testimonial {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-family: sans-serif;
}

.three_d_testimonial h2 {
  font-size: 2.5em;
  font-weight: bold;
}

.three_d_testimonial h2 span {
  color: linear-gradient(135deg, #1ea5ff, #4ee6ff);background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three_d_testimonial > p {
  margin-top: 10px;
  color: #c0c0c0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  margin: 40px auto;
  max-width: 800px;
  position: relative;
}

.testimonial-card {
  background: radial-gradient(circle at top left, #1f1f1f, #0f0f0f);
  border-radius: 16px;
  padding: 40px;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.testimonial-card.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.testimonial-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.left-info {
  flex: 1;
  text-align: center;
}

.img-box {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #00bfff;
}

.quote-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #00bfff;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info {
  margin-top: 15px;
}

.info h3 {
  margin: 0;
  font-size: 1.2em;
}

.role {
  color: #00bfff;
  font-size: 0.9em;
  display: block;
}

.company {
  color: #aaa;
  font-size: 0.9em;
  display: block;
  margin-bottom: 5px;
}

.stars {
  color: gold;
  font-size: 1em;
}

.right-message {
  flex: 2;
  text-align: left;
  font-style: italic;
  color: #ddd;
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial-dots {
  margin-top: 30px;
}

.testimonial-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #555;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.testimonial-dot.active {
  background: #00bfff;
}

@media (max-width: 768px) {
  .testimonial-content {
    flex-direction: column;
    text-align: center;
  }

  .right-message {
    text-align: center;
  }
}
.testimonial-arrows {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.arrow {
  background: #111;
  border: none;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  color: white;
  box-shadow: 0 0 10px rgba(0, 187, 255, 0.5);
  transition: background 0.3s ease;
}

.arrow:hover {
  background: #00bfff;
  color: #000;
}

.arrow svg {
  display: block;
}
.three_d_streamlined {
  background: #000;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.streamlined-box {
  background: radial-gradient(circle at top left, #1e1e1e, #111);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .2);;
  padding: 40px 30px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  color: #ccc;
  box-shadow: 0 0 20px rgba(0, 187, 255, 0.05);
}

.streamlined-box h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.streamlined-box h2 span {
  /* color: #00bfff; */
  color: linear-gradient(135deg, #1ea5ff, #4ee6ff);background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.streamlined-box p {
  font-size: 1.1rem;
  color: #aaa;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.badges span {
  background: #1f2a3a;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.95rem;
  color: #cdd9e5;
  border: 1px solid #2d3e50;
  transition: background 0.3s ease;
}

.badges span:hover {
  background: #00bfff;
  color: #000;
}
.three_d_Industries {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.three_d_Industries h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.three_d_Industries h2 span {
  color: linear-gradient(135deg, #1ea5ff, #4ee6ff);background: linear-gradient(135deg, #1ea5ff, #4ee6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three_d_Industries p {
  color: #aaa;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.three_d_Industries_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.three_d_Industrie_card {
  background: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
  /* background: #111; */
  /* border: 1px solid #2a2a2a; */
  /* border-radius: 16px; */
  padding: 30px 20px;
  transition: 0.3s;
}

.three_d_Industrie_card:hover {
  border-color: #00bfff;
}

.three_d_Industrie_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.three_d_Industrie_card:hover .three_d_Industrie_icon {
  transform: scale(1.15);
}

.three_d_Industrie_card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.three_d_Industrie_card:hover h3 {
  color: #00bfff;
}

.three_d_Industrie_card p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
}
.three_d_Scale {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.three_d_Scale_grid {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 40px 20px;
  border: 1px solid #333;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.three_d_Scale_header {
  max-width: 700px;
  margin-bottom: 40px;
}

.three_d_Scale_header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
      font-weight: bold;
}

.three_d_Scale_header h2 span {
  background: linear-gradient(135deg, #0077FF, #00D4FF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.three_d_Scale_header p {
  color: #aaa;
  font-size: 1.05rem;
  line-height: 1.6;
}

.three_d_Scale_items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.three_d_Scale_item {
  background: transparent;
  flex: 1 1 250px;
  max-width: 300px;
  text-align: center;
  padding: 20px 10px;
}

.three_d_Scale_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three_d_Scale_item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.three_d_Scale_item h3:hover {
  color: #00bfff;
}

.three_d_Scale_item p {
  color: #bbb;
  font-size: 0.95rem;
}
.ai_power_section {
  background: #000;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.ai_power_card {
  background: #111;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
}

.ai_power_text h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
}

.ai_power_text h2 span {
  background: linear-gradient(135deg, #0077FF, #00D4FF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ai_power_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai_power_text li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  color: #fff;
}

.num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.num.blue {
  background: #3b82f6;
}

.num.purple {
  background: #a855f7;
}

.num.cyan {
  background: #06b6d4;
}

.ai_power_text p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #aaa;
}

.ai_power_video_wrap {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 20px;
}

.ai_power_video_box {
  border-radius: 12px;
  overflow: hidden;
  background: #0d0d0d;
}

.ai_power_video_box video {
  width: 300px;
  height: 170px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .ai_power_card {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
  }

  .ai_power_text h2 {
    font-size: 22px;
  }

  .ai_power_text ul {
    padding-left: 0;
  }

  .ai_power_text li {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ai_power_text li div {
    text-align: center;
  }

  .ai_power_video_box video {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .ai_power_video_wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .three_d_journey_card_title::after {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #292b2b, #1d1e1f);
    position: absolute;
    bottom: -87px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
 .three_d_container {
    flex-direction: column;
  }

  .three_d_model_container {
        order: 1;
        margin-bottom: 160px;
        display: flex;
        justify-content: center;
        margin-top: 70px;
        width: 120%;
        margin-left: -102px;
    }

  .three_d_left_wrapper {
    order: 2;
  }

  .three_d_stats_wrapper {
    order: 3;
  }
}
@media (max-width: 480px) {
  .three_d_video-story_video {
    padding: 12px;
    border-radius: 10px;
    font-size: 0.9rem;
    /* margin-right: 30px; */
  }
      .three_d_video-story_block {
        flex-direction: column;
        text-align: center;
        padding: 7px;
    }
        .three_d_journey_card_title::after {
        content: '';
        height: 2px;
        width: 100%;
        background: linear-gradient(to right, #292b2b, #1d1e1f);
        position: absolute;
        bottom: -80px;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
        .three_d_journey_card_title::after {
        content: '';
        height: 2px;
        width: 100%;
        background: linear-gradient(to right, #292b2b, #1d1e1f);
        position: absolute;
        bottom: -80px;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
}